-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Redux store #927
base: dev
Are you sure you want to change the base?
[WIP] Redux store #927
Conversation
CurrentExpenses steps
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't gone through the rest of this yet, but is immutable
a peer dependency of Redux? I think that lib was still up for discussion, though I may have forgotten a conversation.
Immutable.js isn't a peer dependency. But it's often used with it. And even if you don't use an immutability library, you end up programming in a way that accomplishes much the same thing. |
This is a tremendous amount of progress for a first pass. |
Like @wacii said, It is a different way of coding and can take some getting used to, so we can definitely discuss this more if you're not comfortable with it. |
Addresses #912
Still todo: